projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b7fa6
)
(Tips for Making Compiled Code Fast): Don't advertise profile.el.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 17 Apr 2002 15:03:02 +0000
(15:03 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 17 Apr 2002 15:03:02 +0000
(15:03 +0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index 322686d86a948842dfa55c17673a71a403917bb5..2aead6be8170410adcba9659edbc1a2feab07031 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-418,11
+418,9
@@
Lisp programs.
@item
@cindex profiling
@cindex timing programs
-@cindex @file{profile.el}
@cindex @file{elp.el}
-Profile your program with the @file{profile} library or the @file{elp}
-library. See the files @file{profile.el} and @file{elp.el} for
-instructions.
+Profile your program with the @file{elp} library. See the file
+@file{elp.el} for instructions.
@item
Use iteration rather than recursion whenever possible.